home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global ppl, mnv, objc, foes, pwr, advance, psyprop, shandlir, soundspath, heart
- psyprop = 0
- advance = 13
- puppetSprite(1, 1)
- ppl = [10, 11, 12, 13]
- mnv = [0, 0, 0, 0]
- ccc = getAt(pwr, 1)
- pwr = [ccc, 75, 75, 75]
- objc = ["jmpdef", EMPTY, EMPTY]
- set the keyUpScript to "psyreg"
- set the keyDownScript to "psyregb"
- repeat with i = 10 to 13
- sprite(i).visible = 1
- set the constraint of sprite i to 39
- puppetSprite(i, 1)
- end repeat
- sound playFile 1, soundspath & "283"
- set the locH of sprite 10 to 20
- set the locV of sprite 10 to 400
- sprite(41).visible = 0
- sprite(4).visible = 1
- puppetSprite(4, 0)
- foes = [76, 103, 261]
- set the locH of sprite 11 to -10
- set the locV of sprite 11 to 430
- set the locH of sprite 12 to -70
- set the locV of sprite 12 to 400
- set the locH of sprite 13 to 550
- set the locV of sprite 13 to 550
- puppetSprite(31, 0)
- shandlir = 0
- heart = 9
- set the locH of sprite 5 to 10 + random(620)
- end
-